home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / software / poco / setup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMACCOUNTS / TFRMACCOUNTS.txt
Encoding:
Text File  |  2004-05-18  |  7.6 KB  |  335 lines

  1. object FrmAccounts: TFrmAccounts
  2.   Left = 271
  3.   Top = 123
  4.   Width = 485
  5.   Height = 411
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'E-mail Accounts'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCanResize = FormCanResize
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   DesignSize = (
  21.     477
  22.     371)
  23.   PixelsPerInch = 120
  24.   TextHeight = 16
  25.   object LblPass: TLabel
  26.     Left = 42
  27.     Top = 289
  28.     Width = 420
  29.     Height = 18
  30.     Alignment = taRightJustify
  31.     Anchors = [akTop, akRight]
  32.     AutoSize = False
  33.     Caption = 'You entered an incorrect password!'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = 18
  37.     Font.Name = 'Arial'
  38.     Font.Style = []
  39.     ParentFont = False
  40.     Visible = False
  41.   end
  42.   object PnlMain: TElPanel
  43.     Left = 0
  44.     Top = 0
  45.     Width = 477
  46.     Height = 326
  47.     Align = alClient
  48.     BevelOuter = bvNone
  49.     TabOrder = 0
  50.     DockOrientation = doNoOrient
  51.     DesignSize = (
  52.       477
  53.       326)
  54.     object Label14: TLabel
  55.       Left = 9
  56.       Top = 295
  57.       Width = 96
  58.       Height = 16
  59.       Anchors = [akLeft, akBottom]
  60.       Caption = 'De&fault Account:'
  61.     end
  62.     object cbDefaultAccount: TElAdvancedComboBox
  63.       Left = 158
  64.       Top = 290
  65.       Width = 157
  66.       Height = 24
  67.       Anchors = [akLeft, akRight, akBottom]
  68.       AutoCompletion = False
  69.       DropDownWidth = 300
  70.       Flat = False
  71.       HandleDialogKeys = False
  72.       HorizontalScroll = False
  73.       ItemIndex = -1
  74.       ItemHeight = 16
  75.       Style = csDropDownList
  76.       TabOrder = 5
  77.       OnChange = cbDefaultAccountChange
  78.     end
  79.     object BtnNew: TButton
  80.       Left = 336
  81.       Top = 8
  82.       Width = 123
  83.       Height = 29
  84.       Anchors = [akTop, akRight]
  85.       Caption = '&New Account'
  86.       TabOrder = 1
  87.       OnClick = BtnNewClick
  88.     end
  89.     object BtnDelete: TButton
  90.       Left = 336
  91.       Top = 42
  92.       Width = 123
  93.       Height = 29
  94.       Anchors = [akTop, akRight]
  95.       Caption = '&Delete'
  96.       TabOrder = 2
  97.       OnClick = BtnDeleteClick
  98.     end
  99.     object BtnRename: TButton
  100.       Left = 336
  101.       Top = 90
  102.       Width = 123
  103.       Height = 29
  104.       Anchors = [akTop, akRight]
  105.       Caption = '&Rename'
  106.       TabOrder = 3
  107.       OnClick = BtnRenameClick
  108.     end
  109.     object BtnEdit: TButton
  110.       Left = 336
  111.       Top = 124
  112.       Width = 123
  113.       Height = 42
  114.       Anchors = [akTop, akRight]
  115.       Caption = '&Edit...'
  116.       TabOrder = 4
  117.       OnClick = BtnEditClick
  118.     end
  119.     object AccountTree: TElTree
  120.       Left = 6
  121.       Top = 6
  122.       Width = 308
  123.       Height = 278
  124.       Anchors = [akLeft, akTop, akRight, akBottom]
  125.       DragAllowed = True
  126.       Font.Charset = DEFAULT_CHARSET
  127.       Font.Color = clWindowText
  128.       Font.Height = -14
  129.       Font.Name = 'Arial'
  130.       Font.Style = []
  131.       HeaderHeight = 19
  132.       HeaderSections.Data = {F4FFFFFF00000000}
  133.       HorizontalLines = True
  134.       HintType = shtHintOnly
  135.       HorzScrollBarStyles.ShowTrackHint = False
  136.       HorzScrollBarStyles.Width = 17
  137.       HorzScrollBarStyles.ButtonSize = 21
  138.       LineHeight = 19
  139.       LineHintMode = shmNone
  140.       ParentFont = False
  141.       PopupMenu = PopupTree
  142.       ScrollTracking = True
  143.       ShowLeafButton = False
  144.       StoragePath = '\Tree'
  145.       SortUseCase = False
  146.       StripedOddColor = clWindow
  147.       StripedEvenColor = clBtnHighlight
  148.       StripedItems = True
  149.       TabOrder = 0
  150.       TabStop = True
  151.       Tracking = False
  152.       UnderlineTracked = False
  153.       UseCustomScrollBars = False
  154.       VertScrollBarStyles.ShowTrackHint = True
  155.       VertScrollBarStyles.Width = 17
  156.       VertScrollBarStyles.ButtonSize = 21
  157.       OnItemSelectedChange = AccountTreeItemSelectedChange
  158.       OnDragDrop = AccountTreeDragDrop
  159.       OnDragOver = AccountTreeDragOver
  160.       OnDblClick = AccountTreeDblClick
  161.     end
  162.     object PnlQuick: TPanel
  163.       Left = 315
  164.       Top = 184
  165.       Width = 163
  166.       Height = 127
  167.       Anchors = [akTop, akRight]
  168.       BevelOuter = bvNone
  169.       TabOrder = 6
  170.       DesignSize = (
  171.         163
  172.         127)
  173.       object Label1: TLabel
  174.         Left = 10
  175.         Top = 2
  176.         Width = 73
  177.         Height = 16
  178.         Anchors = [akTop, akRight]
  179.         Caption = 'Quick Links:'
  180.       end
  181.       object cbConsole: TElCheckBox
  182.         Left = 10
  183.         Top = 75
  184.         Width = 122
  185.         Height = 20
  186.         Cursor = crDefault
  187.         AllowGrayed = True
  188.         Caption = 'Show in Console'
  189.         TabOrder = 2
  190.         OnClick = cbCheckClick
  191.         Anchors = [akTop, akRight]
  192.         DoubleBuffered = False
  193.       end
  194.       object cbCheck: TElCheckBox
  195.         Left = 10
  196.         Top = 31
  197.         Width = 90
  198.         Height = 20
  199.         Cursor = crDefault
  200.         AllowGrayed = True
  201.         Caption = 'Check Mail'
  202.         TabOrder = 0
  203.         OnClick = cbCheckClick
  204.         Anchors = [akTop, akRight]
  205.         DoubleBuffered = False
  206.       end
  207.       object cbLeave: TElCheckBox
  208.         Left = 10
  209.         Top = 97
  210.         Width = 116
  211.         Height = 20
  212.         Cursor = crDefault
  213.         AllowGrayed = True
  214.         Caption = 'Leave on Server'
  215.         TabOrder = 3
  216.         OnClick = cbCheckClick
  217.         Anchors = [akTop, akRight]
  218.         DoubleBuffered = False
  219.       end
  220.       object cbTimed: TElCheckBox
  221.         Left = 10
  222.         Top = 53
  223.         Width = 101
  224.         Height = 20
  225.         Cursor = crDefault
  226.         AllowGrayed = True
  227.         Caption = 'Timed Check'
  228.         TabOrder = 1
  229.         OnClick = cbCheckClick
  230.         Anchors = [akTop, akRight]
  231.         DoubleBuffered = False
  232.       end
  233.     end
  234.   end
  235.   object PnlBottom: TElPanel
  236.     Left = 0
  237.     Top = 326
  238.     Width = 477
  239.     Height = 45
  240.     Align = alBottom
  241.     BevelOuter = bvNone
  242.     TabOrder = 1
  243.     DockOrientation = doNoOrient
  244.     DesignSize = (
  245.       477
  246.       45)
  247.     object LblAccounts: TLabel
  248.       Left = 68
  249.       Top = 6
  250.       Width = 91
  251.       Height = 16
  252.       Alignment = taRightJustify
  253.       Anchors = [akTop, akRight]
  254.       Caption = 'Total Accounts:'
  255.     end
  256.     object LblTotal: TLabel
  257.       Left = 173
  258.       Top = 6
  259.       Width = 7
  260.       Height = 16
  261.       Anchors = [akTop, akRight]
  262.       Caption = '0'
  263.     end
  264.     object BtnOK: TButton
  265.       Left = 250
  266.       Top = 7
  267.       Width = 100
  268.       Height = 30
  269.       Anchors = [akTop, akRight]
  270.       Caption = '&OK'
  271.       Default = True
  272.       TabOrder = 0
  273.       OnClick = BtnOKClick
  274.     end
  275.     object BtnCancel: TButton
  276.       Left = 364
  277.       Top = 7
  278.       Width = 100
  279.       Height = 30
  280.       Anchors = [akTop, akRight]
  281.       Cancel = True
  282.       Caption = 'Cancel'
  283.       TabOrder = 1
  284.       OnClick = BtnCancelClick
  285.     end
  286.   end
  287.   object PopupTree: TPopupMenu
  288.     Left = 62
  289.     Top = 114
  290.     object NewAccount1: TMenuItem
  291.       Caption = 'New Account'
  292.       ShortCut = 16462
  293.       OnClick = BtnNewClick
  294.     end
  295.     object MenuNewCategory: TMenuItem
  296.       Caption = 'New Category'
  297.       Visible = False
  298.       OnClick = MenuNewCategoryClick
  299.     end
  300.     object N3: TMenuItem
  301.       Caption = '-'
  302.     end
  303.     object EditAccount1: TMenuItem
  304.       Caption = 'Edit Account'
  305.       ShortCut = 32781
  306.       OnClick = BtnEditClick
  307.     end
  308.     object RenameAccount1: TMenuItem
  309.       Caption = 'Rename'
  310.       ShortCut = 113
  311.       OnClick = BtnRenameClick
  312.     end
  313.     object N1: TMenuItem
  314.       Caption = '-'
  315.     end
  316.     object DeleteAccount1: TMenuItem
  317.       Caption = 'Delete'
  318.       ShortCut = 46
  319.       OnClick = BtnDeleteClick
  320.     end
  321.     object N2: TMenuItem
  322.       Caption = '-'
  323.     end
  324.     object MenuSort: TMenuItem
  325.       Caption = 'Sort Accounts'
  326.       OnClick = MenuSortClick
  327.     end
  328.     object SelectAll1: TMenuItem
  329.       Caption = 'Select &All'
  330.       ShortCut = 16449
  331.       OnClick = SelectAll1Click
  332.     end
  333.   end
  334. end
  335.